Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't sort/deduplicate in list_files #1258

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

loewenheim
Copy link
Contributor

This function's results are passed to select_meta, which expects them to be sorted by preference. Therefore we can't sort them by source id willy-nilly here.

#skip-changelog

@loewenheim loewenheim self-assigned this Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #1258 (2121264) into master (97fe511) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1258      +/-   ##
==========================================
- Coverage   76.51%   76.50%   -0.01%     
==========================================
  Files          87       87              
  Lines       14296    14292       -4     
==========================================
- Hits        10938    10934       -4     
  Misses       3358     3358              

@loewenheim loewenheim enabled auto-merge (squash) July 18, 2023 09:53
@loewenheim loewenheim merged commit 9c3bb33 into master Jul 18, 2023
14 checks passed
@loewenheim loewenheim deleted the fix/list-files-dont-sort branch July 18, 2023 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants